home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 31 / CD Expert nº 31 Unreal Mission Pack I.iso / PetWings / petwings.exe / PetWings.exe / RCDATA / 268 < prev    next >
Text File  |  1999-08-04  |  511b  |  54 lines

  1. STOP 100
  2.  
  3. // Going down
  4. STOP 115
  5.  
  6. // Wait for Balls
  7. STOP 64
  8.  
  9. LABEL 1
  10.  
  11. // 20 steps
  12. SET_FRAME 0
  13. STOP 20
  14.  
  15. //Fire & Wait
  16. // 316 steps
  17. STOP 316
  18.  
  19. // Photon
  20. PLAY_SOUND 15
  21. REPEAT 12
  22. SET_FRAME 0
  23. STOP 1
  24. SET_FRAME 1
  25. STOP 1
  26. SET_FRAME 2
  27. STOP 1
  28. SET_FRAME 1
  29. STOP 1
  30. REPEAT_END
  31.  
  32. // Photon
  33. PLAY_SOUND 15
  34. REPEAT 12
  35. SET_FRAME 0
  36. STOP 1
  37. SET_FRAME 1
  38. STOP 1
  39. SET_FRAME 2
  40. STOP 1
  41. SET_FRAME 1
  42. STOP 1
  43. REPEAT_END
  44.  
  45. // Lazer
  46. SET_FRAME 0
  47. STOP 270
  48.  
  49. // 66 steps
  50. STOP 66
  51.  
  52. STOP 200
  53.  
  54. GOTO_LABEL 1